-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: handle the user code generation duplication #23
Conversation
edbd954
to
51db7be
Compare
51db7be
to
98d4d15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm overall, only minor comments. I think the approach described in your comment sounds better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, i d say rewrite commit message or squash them into one and then it s good to go
(comments are minor)
This pull request tries to resolve the user code generation duplication issue. Currently, the implementation will try a maximum of 3 times to generate a unique user code. When it reaches the maximum number of attempts, an error will be thrown.